home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 1
/
Gold Medal Software Volume 1 (Gold Medal) (1994).iso
/
prog
/
tpwprog4.arj
/
IDS.PAS
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1992-07-02
|
198 b
|
18 lines
unit ids;
interface
const
id_Menu = 100;
cm_FileExit = 101;
cm_HelpAbout = 901;
id_Acc = 100;
id_Icon = 100;
id_About = 100;
cm_WindowGetInfo = 201;
implementation
end.